Welcome![Sign In][Sign Up]
Location:
Search - CUSTOM LIST

Search list

[SymbianMultiView

Description: 自定义列表 实现数据的保存 图片的加载 和闹铃-Custom list of saved image data of the load and alarm
Platform: | Size: 25600 | Author: 金作清 | Hits:

[.netListViewDemo

Description: 微软mobile平台使用.NET Compact Framework 3.5自定义列表控件例子-Microsoft mobile custom list of examples of control
Platform: | Size: 250880 | Author: 杨高山 | Hits:

[Windows DevelopMP3Rename

Description: 同学写的mp3标签读取输出,基于对话框的MFC程序,主要是考虑封装,支持多文件拖拽,自定义列表框等功能,很有学习之用-Students write mp3 tags to read output, dialog-based MFC program, mainly on account of packaging, support multiple file drag and drop, custom list boxes and other functions, useful learning to use
Platform: | Size: 76800 | Author: molofee | Hits:

[SymbianCustomListbox

Description: 该工程是一个自绘列表控件的实现,为开发人员自定义列表提供帮助-The project is a self-draw list control implementation, a custom list for developers to provide assistance
Platform: | Size: 790528 | Author: 肖月 | Hits:

[ListView/ListBoxListCtrl

Description: 纯window api模拟mfc封装CListCtrl内部实现,欢迎大家修改扩展,可以自定义背景、文字颜色、行宽度等。-only use window api implement CListCtrl,support custom bk clr\word clr\row height and so on.
Platform: | Size: 5120 | Author: 刘絮 | Hits:

[Internet-Networkmysever-client

Description: 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务: a) 向客户端传送服务端所在机器的当前时间 b) 向客户端传送服务端所在机器的名称 c) 向客户端传送当前连接的所有客户端信息 d) 将某客户端发送过来的内容转发给指定编号的其他客户端 4. 客户端运行后,使别如下的人机命令,然后执行不同的任务: a) conn <ip> <port>: 连接到指定地址和端口的服务端(代码中用的5050端口) b) disconn:断开与服务端的连接 c) time: 请求服务端给出当前时间 d) name:请求服务端给出其机器的名称 e) list:请求服务端给出当前连接的所有客户端信息(编号、IP地址、端口等) f) send <id>:给对应编号的其他客户端发送键盘输入的内容 g) quit:退出客户端程序 -According to the custom of the protocol specification, using Socket programming interface to prepare a basic network applications.  Use Socket programming interface provided by the operating system without the use of any package, library or component Socket Interface  protocol can define their own, as long as you can to complete the assigned functions  program interface not do requests, use the command line or the most simple form can be  In this study should form groups to complete, service and client should be done to different people  functional requirements are as follows: 1. The transport layer protocol using TCP 2. Server running, that is, the designated monitor port. Allows multiple connections to run concurrently 3. Service is received on the client requests, based on the client-side pass over the instructions to complete specific tasks: a) transmission service to the client side where the current time machine b) trans
Platform: | Size: 3072 | Author: 杨子坤 | Hits:

[Internet-NetworkBKCollection1.1_51aspx

Description: BK通用信息采集系统web版 1.仿动网风格,界面精美 2.系统采用Asp.Net(c#)编程,代码精简,执行效率高 3.采集项目的灵活设置及修改 4.采集采用双线程,有效提高系统资源利用率及程序自身的执行速度 5.采集结果的自由导出功能 6.附加字段数值自定义功能,方便绝大多数文章系统数据库的导出 7.采集数据列表显示,方便管理;-BK Universal version of a web information collection system. Imitation Network style, attractive interface 2. Systems using Asp.Net (c#) programming, streamlined code, and high efficiency 3. Collection of flexible settings and modify the project 4. Acquisition by Double thread, effectively improve the system resource utilization and program their own pace of implementation 5. the result of the free export feature acquisition 6. add value custom field function to facilitate the export the majority of the article system database 7. Collecting data list display for easy management
Platform: | Size: 122880 | Author: me | Hits:

[Linux-Unixlist

Description: 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the options approach. With the ls command similar to the command line parameters can have 0 to many, to achieve a custom option r, a, l, h, m, and--.- Beijing University of Posts and Telecommunications Department of Computer Cc
Platform: | Size: 2048 | Author: CC | Hits:

[SQL Servercustom

Description: 客户信息查询系统 建立于VB平台,功能包括查询条件(查询所需商品),编辑客户信息,客户编号,地址,传真,所需商品选择列表及商品介绍等查询功能。 客户信息查询-Customer information inquiry system set up in the VB platform features include query (about the required product), edit customer information, customer number, address, fax, select the required list of goods and merchandise description and other query. Customer information inquiries
Platform: | Size: 108544 | Author: 向云洲 | Hits:

[Internet-Networkjquery-ui-1[1].8.1.custom

Description: PHP的数据库列表框,方便实用,还开源,希望能才大家有帮助-PHP' s database list box, convenient and practical, but also open source, only we hope to help
Platform: | Size: 1051648 | Author: 朱伟炳 | Hits:

[ListView/ListBoxColorListBox

Description: 用C#编程,实现自定义列表框,每一行的字体和颜色都不同?有5-6种颜色以上。-With the C# programming, custom list box, the font and color of each row are different? Have more than 5-6 colors.
Platform: | Size: 45056 | Author: 罗风 | Hits:

[ListView/ListBoxCustomControls

Description: Custom List Box Control with Enable/Disable Items Feature
Platform: | Size: 28672 | Author: yansong | Hits:

[WEB CodeDataList-Custom-Paging

Description: Data-list custom paging in asp.net
Platform: | Size: 3072 | Author: eswar | Hits:

[JSP/JavaDM1.0.0.05_J2ME_240X320

Description: 在线与本地播放   支持在线与本地播放,通过GPRS或WIFI连接网络,让你的手机拥有百万首歌曲,并且可以下载歌曲到手机,让音乐无处不在!   歌曲列表同步   同步列表功能可以将手机多米、电脑多米及多米网站中“我的最爱”和“自定义”列表中的歌曲同步到服务器,或从服务器上恢复到手机,让你的音乐列表永久保存。   完美音质   支持多种音频格式,支持OGG和FLAC无损音乐解码,最优化的音频解码技术。保证网络速度的同时获得最高级别的音质享受,还支持下载更多版本的音乐文件,挑战你的听觉极限。   离线模式   离线模式下,手机多米所有联网功能都被禁用,让你百分百放心畅听本地音乐。   歌词和专辑图   多米音乐自动识别歌曲信息,快速、精准的为每一首歌曲匹配歌词与专辑图片。同时多米还自定义背景图,让你的播放器个性十足。 -Online and local playback support online and local playback, connect to the network via GPRS or WIFI, so that your phone has a million songs and can download songs to your phone, your music everywhere! List of songs sync synchronize list feature phone meters, computers meters and meters of the site "My Favorites" and "custom" list of the songs sync to the server, or from the server back to the phone, so your music list of permanent Save. Perfect sound quality Supports multiple audio formats, support for OGG and FLAC lossless music decoding, optimized audio decoding technology. Speed of the network while ensuring the highest level of audio enjoyment, but also supports more versions of the music files to download, challenge the limit of your hearing. Offline offline mode, the phone all networking-meter are disabled, let you listen to local music Cheong hundred percent assured. Lyrics and music chart meters automatically identify song information, fast and accurate for each song matches t
Platform: | Size: 533504 | Author: Jiang | Hits:

[JSP/Javasort

Description: JAVA,List自订义排序,跟具一个实体Bean中的属性进行排序。-JAVA, List Custom righteous sort, with an entity Bean with the property in the sort.
Platform: | Size: 3072 | Author: 大龙 | Hits:

[OpenGL programFancy-Fountain-2.5

Description: 行后 按F1设置 按F2可以看一些硬件信息和fps(Frame Per Second) 按F3可以切换全屏或窗口 可以在设置面板的Switch页面中custom list里保存自己喜欢的设置 并且复选在哪些list里自动切换 或者输入0关闭自动切换 这是鄙人用OpenGL写的C++免费软件-Press F1 to set the line and press F2 to see some hardware information and fps (Frame Per Second) Press F3 to toggle full screen or window in the settings panel of the Switch page in the custom list, and save your favorite settings in the check list in which Enter 0 to disable automatic switching or automatic switching which is written in OpenGL I use free software C++
Platform: | Size: 267264 | Author: 蔡磊 | Hits:

[WEB CodeHouseInfoSystem

Description: 新房房产信息网:基于ASP系列开发,此次发布的3.0版本可以搭建大型房产门户平台,适合于2次开发,系统代码具有执行效率高、代码简单、安全性高等特点,一下为3.0版本的心功能一览: 1,站点架构优化,取消家居和二手频道,新增房价(小区)频道; 2,主站前台、后台、会员中心CSS和页面全部重写; 3,优化前台搜索体验,搜索更加方便直观; 4,后台集成HTML静态插件,可生成静态,也可不生成静态; 5,会员中心集成支付宝在线支付功能; 6,新增房源订制功能,可以直接在前台进行房源订制,后台控制发信及删除订制列表; 7,新增房源下架公告功能; 8,修复楼盘图片无法上传的BUG; 9,新增经纪人查找搜索功能; 10,新增楼盘视频功能; 11,优化房源地图调用; 12,修复注册会员时不能区分个人及中介的BUG; 13,修复会员房源无法管理的BUG; 14,房产信息联系方式类型可设置为直接显示房产真实联系方式、显示网站指定的联系人和电话、登录后显示房产真实联系方式,不登录不显示等模式; 15,二手房发布信息审核方式可设置为全部无需审核直接发布、游客发布需要管理员审核,会员发布无需审核、全部需要审核三种模式 16,更多更新及更多优化请下载新房网3.0进行体验-New home Real Estate Information Network series based on ASP development, the release of version 3.0 you can build a large real estate portal platform, suitable for 2 development, system code with the implementation of high efficiency, the code is simple, safe, etc., look for the 3.0 version of the heart at a glance: 1, site architecture optimization, cancel home and second-hand channel, the new price (cell) channels 2, the main station front, back, all the Member Center page CSS and rewrite 3, optimization of front search experience, search for more convenient and intuitive 4, the background static HTML integrated plug-ins, can generate static or not to generate static 5, Member integrated Alipay online payment functions 6, new housing custom functions for availability can be ordered directly in the foreground, the background letter and delete custom list control 7 notice the shelf availability of new features 8, the repair can not upload pictures of real esta
Platform: | Size: 7902208 | Author: 李明 | Hits:

[CSharpCustomList

Description: WPF中展示自定义List列表,里表中可展示图片,带提示功能-Custom List in WPF display a list of pictures can be displayed in the table, with prompts
Platform: | Size: 98304 | Author: 宋光军 | Hits:

[e-languageDisk-Cleaner

Description: 根据自定义列表清理磁盘中的垃圾文件。为易语言编写-According to the custom list to clean up the junk files in the disk. For easy language
Platform: | Size: 167936 | Author: ermituofo | Hits:

[androidCustomizedListView

Description: Andoid开发基础。自定义列表,模拟实现包含图片的音乐播放列表-Andoid development foundation. Custom list contains the list of pictures, analog
Platform: | Size: 130048 | Author: | Hits:
« 1 23 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net